GetEnum<T>(IPdfArray,Int32,T) Method
In This Topic
Gets the enum value at the specified index. If the value does not exist or cannot be converted to an enum, returns .
Syntax
'Declaration
Public Overloads Shared Function GetEnum(Of As {New, Struct})( _
ByVal As IPdfArray, _
ByVal As System.Integer, _
ByVal As _
) As
public static GetEnum<>(
IPdfArray ,
System.int ,
)
where T: new(), struct
Parameters
- array
- The current array.
- index
- The value index.
- defValue
- The default value.
Type Parameters
- T
Return Value
The value at the specified index, or .
See Also